--------------------------------
-- Description
--------------------------------
* This SimApi reads data from a CSV text file or files in ONE directory.
* The file have to be structured the same way
	a First row are variable names and they should be the same for all files.
	b Second row starts with data
	c First column is the time stamp
	d Second column starts the data
* Limitations are:
	a No batch support
	b Cannot write data back to the file
	
--------------------------------
-- Version 2.0.1
--------------------------------
2012-11-13

* Fixed a bug that prevented the truncation of the log file when it reached the Log File Size
  set in the configuration.

* Automatically increments build number on each build.

* Added digital signature to the built DLL.

--------------------------------
-- Version 2.0.0.0
--------------------------------
* Restructured the source files
* No new features planned